home *** CD-ROM | disk | FTP | other *** search
/ Voyager Presents CD-ROM's That Matter / Voyager Presents CD-ROM's That Matter.iso / pc / preview.dir / 00315.ls < prev    next >
Encoding:
Text File  |  1995-02-25  |  138 b   |  9 lines

  1. on mouseDown
  2.   if the optionDown then
  3.     puppetSound("ApplauseSnd")
  4.     updateStage()
  5.     holdOn(60 * 3)
  6.     puppetSound(0)
  7.   end if
  8. end
  9.